This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/main/404.php
2015-03-08 09:37:12 +01:00

11 lines
218 B
PHP

<?php
/*
* Flashii.net Main Index
*/
// Include components
require_once('/var/www/flashii.net/_sakura/sakura.php');
// Print page contents
print $flashii->_TPL->render('errors/http404.tpl', $renderData);