* Squished a warning
This commit is contained in:
parent
3e04b1ba4d
commit
c5ea14849b
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
||||||
|
|
||||||
// check for HTTPS mode (you must have 'SSLOptions +StdEnvVars'
|
// check for HTTPS mode (you must have 'SSLOptions +StdEnvVars'
|
||||||
// in your apache config).
|
// in your apache config).
|
||||||
$HTTPS=getenv(HTTPS);
|
$HTTPS=getenv('HTTPS');
|
||||||
|
|
||||||
// Get the path
|
// Get the path
|
||||||
$path = substr($PHP_SELF, 0, strrpos($PHP_SELF, '/'));
|
$path = substr($PHP_SELF, 0, strrpos($PHP_SELF, '/'));
|
||||||
|
|
Loading…
Add table
Reference in a new issue