sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
140 stars 67 forks source link

Update install.php #15

Closed sabas closed 11 years ago

sabas commented 11 years ago

Fixes (partially) issue #4

sproctor commented 11 years ago

Not going to merge this. Some web servers cannot create files so they need to be created manually. This should check if the file exists and contains one of the necessary config options.

sabas commented 11 years ago

So this if(file_exists($phpc_config_file)) { header('Location: index.php');}

should have also a read of the config to pass?

See also the comment on #4

sproctor commented 11 years ago

okay, I'll do it.

sproctor commented 11 years ago

Done.