mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add '/www' to $myincpath
This commit is contained in:
parent
8b34c4f82e
commit
46040dce7e
|
@ -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'];
|
$myincpath = $_SERVER['SEEDDMS_HOME'].'/www';
|
||||||
} 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