cyrilleinvalides/choupas/www/admin/index.php

15 lines
167 B
PHP
Executable File

<?php
$func = include('includes/auth.php');
$func(function () {
echo EngineSystem
::get('back')
->load('pages/home.html')
->run()
->getData('');
});
?>