From 0301d9347f8c59882cdd7b6ed59686b286a77876 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 1 Jan 2014 12:31:14 +0100 Subject: CS fixes --- program/include/clisetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/clisetup.php') diff --git a/program/include/clisetup.php b/program/include/clisetup.php index 07e318521..47a40719a 100644 --- a/program/include/clisetup.php +++ b/program/include/clisetup.php @@ -20,7 +20,7 @@ */ if (php_sapi_name() != 'cli') { - die('Not on the "shell" (php-cli).'); + die('Not on the "shell" (php-cli).'); } require_once INSTALL_PATH . 'program/include/iniset.php'; -- cgit v1.2.3