Files
kupshop/admin/error.php
2025-08-02 16:30:27 +02:00

10 lines
131 B
PHP

<?php
class ErrorFrame extends Frame
{
protected $template = 'window/error.tpl';
}
$error = new ErrorFrame();
$error->run();