jb-data.de/scripts/main.php
2025-08-11 22:23:30 +02:00

7 lines
No EOL
158 B
PHP

<?php
// echo "<pre>"; print_r($tw3); echo "</pre>";
error_reporting(E_ALL); ini_set('display_errors',0);
$template->assign('content', 'tpl/main.tpl');
?>