mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 08:25:44 +00:00
revert change of $myincpath
This commit is contained in:
parent
9e9995241d
commit
749f7a2fb1
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
if(isset($_SERVER['SEEDDMS_HOME'])) {
|
if(isset($_SERVER['SEEDDMS_HOME'])) {
|
||||||
ini_set('include_path', $_SERVER['SEEDDMS_HOME'].'/utils'. PATH_SEPARATOR .ini_get('include_path'));
|
ini_set('include_path', $_SERVER['SEEDDMS_HOME'].'/utils'. PATH_SEPARATOR .ini_get('include_path'));
|
||||||
$myincpath = $_SERVER['SEEDDMS_HOME'].'/www';
|
$myincpath = $_SERVER['SEEDDMS_HOME'];
|
||||||
} else {
|
} else {
|
||||||
ini_set('include_path', dirname($argv[0]). PATH_SEPARATOR .ini_get('include_path'));
|
ini_set('include_path', dirname($argv[0]). PATH_SEPARATOR .ini_get('include_path'));
|
||||||
$myincpath = dirname($argv[0]);
|
$myincpath = dirname($argv[0]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user