mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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
|
||||
include("../inc/inc.Settings.php");
|
||||
|
||||
require_once("Log.php");
|
||||
require_once("../inc/inc.Language.php");
|
||||
require_once("../inc/inc.Utils.php");
|
||||
require_once("Log.php");
|
||||
|
||||
$logger = getLogger('restapi-', PEAR_LOG_DEBUG);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
include("../inc/inc.Settings.php");
|
||||
|
||||
include("Log.php");
|
||||
require_once("Log.php");
|
||||
require_once("../inc/inc.Language.php");
|
||||
require_once("../inc/inc.Utils.php");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user