kritbit

kritbit Git Source Tree


Root/web/system/engine/status.php

<?php
 
namespace system\engine;
 
class HF_Status extends HF_Controller
{
 
    public function Status404()
    {
        echo "Page not found!";
    }
 
    public function Status500()
    {
        echo "System error";
    }
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08119s using 11 queries.