mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
db5b242cbc
|
@ -1,9 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
include("../inc/inc.Settings.php");
|
include("../inc/inc.Settings.php");
|
||||||
|
|
||||||
|
require_once("Log.php");
|
||||||
require_once("../inc/inc.Language.php");
|
require_once("../inc/inc.Language.php");
|
||||||
require_once("../inc/inc.Utils.php");
|
require_once("../inc/inc.Utils.php");
|
||||||
require_once("Log.php");
|
|
||||||
|
|
||||||
$logger = getLogger('restapi-', PEAR_LOG_DEBUG);
|
$logger = getLogger('restapi-', PEAR_LOG_DEBUG);
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
include("../inc/inc.Settings.php");
|
include("../inc/inc.Settings.php");
|
||||||
|
|
||||||
include("Log.php");
|
require_once("Log.php");
|
||||||
require_once("../inc/inc.Language.php");
|
require_once("../inc/inc.Language.php");
|
||||||
require_once("../inc/inc.Utils.php");
|
require_once("../inc/inc.Utils.php");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user