mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-12 19:26:21 +00:00
fixed a bug where backend wasn't working
This commit is contained in:
@@ -16,6 +16,7 @@ if(SHOW_ERRORS)
|
|||||||
ini_set('display_errors','On');
|
ini_set('display_errors','On');
|
||||||
else ini_set('display_errors','Off');
|
else ini_set('display_errors','Off');
|
||||||
|
|
||||||
|
include_once(ROOT.DS.'inc'.DS.'core.php');
|
||||||
|
|
||||||
$pm = new PictshareModel();
|
$pm = new PictshareModel();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user