diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:35:57 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 17:35:57 +0000 | 
| commit | c6903c11a88ca53823e4e769d7dbe1df2413e614 (patch) | |
| tree | 15e0ef165bd99fb8ee7dc48609cd9712cb32a410 | |
| parent | c1b8868b715fe758d5469d56e7290ba5647e9975 (diff) | |
| download | elgg-c6903c11a88ca53823e4e769d7dbe1df2413e614.tar.gz elgg-c6903c11a88ca53823e4e769d7dbe1df2413e614.tar.bz2 | |
Fixed #36 - CSS now works on the install page.
git-svn-id: https://code.elgg.org/elgg/trunk@955 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | engine/start.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/start.php b/engine/start.php index ac8d186de..bab80c2aa 100644 --- a/engine/start.php +++ b/engine/start.php @@ -150,7 +150,7 @@  			trigger_elgg_event('boot', 'system');  		// Forward if we haven't been installed
 -			if ((!is_installed() || !is_db_installed()) && !substr_count($_SERVER["PHP_SELF"],"install.php") && !substr_count($_SERVER["PHP_SELF"],"action_handler.php")) {
 +			if ((!is_installed() || !is_db_installed()) && !substr_count($_SERVER["PHP_SELF"],"install.php") && !substr_count($_SERVER["PHP_SELF"],"css.php") && !substr_count($_SERVER["PHP_SELF"],"action_handler.php")) {
  					header("Location: install.php");
  					exit;
  			} | 
