commit 9a8638930a07ffa98e0832516841cf086de3e9be
parent 3cc235b5f9df2e9ae5de9673939e5a27c353f7e8
Author: markseu <mark2011@mayberg.se>
Date: Wed, 20 Jul 2016 11:02:13 +0200
Yellow coding style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yellow.php b/yellow.php
@@ -3,7 +3,7 @@
// This file may be used and distributed under the terms of the public license.
require_once("system/plugins/core.php");
-if(PHP_SAPI != "cli")
+if(PHP_SAPI!="cli")
{
$yellow = new YellowCore();
$yellow->plugins->load();