Commit 60c38c9a authored by skummer's avatar skummer

ZP-357 #comment fix typo and set eol style and executable flag #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1641 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 23f79dd7
...@@ -52,7 +52,7 @@ define('ZPUSH_BASE_PATH', "../src"); ...@@ -52,7 +52,7 @@ define('ZPUSH_BASE_PATH', "../src");
* MAIN * MAIN
*/ */
try { try {
if (!isset($_SERVER["TERM"]) || !isset($_SERVER["LOGNAME"])) if (!isset($_SERVER["TERM"]) || !isset($_SERVER["LOGNAME"]))
die("This script should not be called in a browser."); die("This script should not be called in a browser.");
if (!defined('ZPUSH_BASE_PATH') || !file_exists(ZPUSH_BASE_PATH . "/config.php")) if (!defined('ZPUSH_BASE_PATH') || !file_exists(ZPUSH_BASE_PATH . "/config.php"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment