mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Fixed \\r\\n line endings mistakenly introduced in last commit. d'oh.
This commit is contained in:
@@ -50,7 +50,7 @@ if (!defined('SMARTY_DIR')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('SMARTY_CORE_DIR')) {
|
if (!defined('SMARTY_CORE_DIR')) {
|
||||||
define('SMARTY_CORE_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR . 'internals' . DIRECTORY_SEPARATOR);
|
define('SMARTY_CORE_DIR', SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR);
|
||||||
}
|
}
|
||||||
|
|
||||||
define('SMARTY_PHP_PASSTHRU', 0);
|
define('SMARTY_PHP_PASSTHRU', 0);
|
||||||
|
Reference in New Issue
Block a user