Commit Graph

6 Commits

Author SHA1 Message Date
Tristan Olive 7829f70575 Replaced file_exists() with stream_resolve_include_path()
* The file_exists() function does not behave properly across symlinks, returning FALSE if the directory permissions while traversing the real path prevent access. This prevents the baseurl.php include file from being included, even though it is present and readable.

(DBOINCP-157)
2014-09-16 12:39:34 -04:00
Tristan Olive 35c69426bb Configured site to use einstein theme during maintenance mode
(DBOINCP-104)
2014-09-15 22:59:03 -04:00
Oliver Bock c3ea35734b Make sure password strings are properly escaped, otherwise the MySQL login URL can become invalid 2013-06-24 13:51:27 +02:00
Tristan Olive 86b2f58584 Increased max file upload to 8MB 2013-06-24 13:47:51 +02:00
Tristan Olive 804fcf0f67 Cleaned up settings, let people keep their own dbconfigs... 2013-06-24 13:47:42 +02:00
Tristan Olive c7ab3df142 Added drupal root; tweaked inc libraries for Drupal compatibility 2013-06-24 13:44:42 +02:00