diff options
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,4 +87,4 @@ if (file_exists("local.php")) { } // Initialize. -require SYSPATH . "core/Bootstrap" . EXT; +require APPPATH . "Bootstrap" . EXT; |
![]() |
index : gallery3.git | |
A clone of the Gallery3 code for testing and development. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | index.php | 2 |
@@ -87,4 +87,4 @@ if (file_exists("local.php")) { } // Initialize. -require SYSPATH . "core/Bootstrap" . EXT; +require APPPATH . "Bootstrap" . EXT; |