Skip to content

Commit

Permalink
Allow to call start.php file from index file opensource-socialnetwork…
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglee authored Jul 10, 2018
1 parent 206fdfe commit 2fef9ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence
* @link https://www.opensource-socialnetwork.org/
*/
define('OSSN_ALLOW_SYSTEM_START', TRUE);
require_once('system/start.php');
//page handler
$handler = input('h');
Expand Down

0 comments on commit 2fef9ec

Please sign in to comment.