diff --git a/misc.php b/misc.php index 7fdd0a6..5fb9f3a 100644 --- a/misc.php +++ b/misc.php @@ -9,5 +9,5 @@ define('APPTYPEID', 100); define('CURSCRIPT', 'misc'); - +define('DZZSCRIPT', 'index.php'); require './core/dzzstart.php'; diff --git a/share.php b/share.php index 775e315..3d5e9a5 100644 --- a/share.php +++ b/share.php @@ -8,6 +8,7 @@ */ define('APPTYPEID', 200); +define('DZZSCRIPT', 'index.php'); require './core/coreBase.php'; $dzz = C::app(); $dzz->init();