File manager - Edit - /home/autoph/public_html/projects/api/public/Resource.php.tar
Back
home/autoph/public_html/projects/api/app/Core/Resource.php 0000644 00000000575 15025046511 0017656 0 ustar 00 <?php namespace App\Core; class Resource { public static function render($resource, $args = []) { extract($args, EXTR_SKIP); $file = dirname(dirname(dirname(__FILE__))) . '/resources/' . $resource; if (is_readable($file)) { require_once $file; } else { throw new \Exception("$file not found"); } } }
| ver. 1.4 |
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings