mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-13 11:16:07 +00:00
first commit
This commit is contained in:
11
src/500.php
Executable file
11
src/500.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
header(Php::Status(500));
|
||||
|
||||
ob_start();
|
||||
IncludeCom('_500');
|
||||
$content = ob_get_clean();
|
||||
|
||||
echo $content;
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user