@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | // Simulate helper function |
| 4 | 4 | if (!function_exists('log_message')) { |
| 5 | - function log_message($level, $message) |
|
| 6 | - { |
|
| 7 | - echo "\n\r" . $level . '|' . $message; |
|
| 8 | - } |
|
| 5 | + function log_message($level, $message) |
|
| 6 | + { |
|
| 7 | + echo "\n\r" . $level . '|' . $message; |
|
| 8 | + } |
|
| 9 | 9 | } |
| 10 | 10 | \ No newline at end of file |
@@ -2,5 +2,5 @@ |
||
| 2 | 2 | |
| 3 | 3 | // Simulate constants defined in CodeIgniter |
| 4 | 4 | if (!defined('APPPATH')) { |
| 5 | - define('APPPATH', realpath(dirname(__FILE__) . '/../') . '/'); |
|
| 5 | + define('APPPATH', realpath(dirname(__FILE__) . '/../') . '/'); |
|
| 6 | 6 | } |
| 7 | 7 | \ No newline at end of file |