jamesnw / statstat

Analysis of stats from your thermostat
MIT License
13 stars 4 forks source link

Move $cookie_file_path = 'cookies.txt'; to globals.php? or detect path to where files reside #8

Open sn3ak opened 9 years ago

sn3ak commented 9 years ago

older php: $cookie_file_path= dirname(realpath($argv[0])) . 'cookies.txt'; ?? 5.3 or newer: $cookie_file_path= __DIR__ . 'cookies.txt';??

Thanks for the quick work on the other issues (since I can't seem to find a way to send you a message directly)