first commit
This commit is contained in:
9
admin/error.php
Normal file
9
admin/error.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class ErrorFrame extends Frame
|
||||
{
|
||||
protected $template = 'window/error.tpl';
|
||||
}
|
||||
|
||||
$error = new ErrorFrame();
|
||||
$error->run();
|
||||
Reference in New Issue
Block a user