golden hour
/home/phakp/public_html/formtools/vendor/smarty/smarty/libs
⬆️ Go Up
Upload
File/Folder
Size
Actions
Autoloader.php
3.03 KB
Del
OK
Smarty.class.php
41.61 KB
Del
OK
SmartyBC.class.php
11.97 KB
Del
OK
bootstrap.php
402 B
Del
OK
debug.tpl
4.94 KB
Del
OK
plugins
-
Del
OK
sysplugins
-
Del
OK
Edit: bootstrap.php
<?php /* * This file is part of the Smarty package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* * Load and register Smarty Autoloader */ if (!class_exists('Smarty_Autoloader')) { require __DIR__ . '/Autoloader.php'; } Smarty_Autoloader::register();
Save