Adding template engine
Adding error handling Adding basic SMTP class core routing is working
This commit is contained in:
15
system/engine/status.php
Normal file
15
system/engine/status.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class HF_Status extends HF_Controller
|
||||
{
|
||||
|
||||
public function Status404()
|
||||
{
|
||||
echo "Page not found!";
|
||||
}
|
||||
|
||||
public function Status500()
|
||||
{
|
||||
echo "System error";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user