cyrilleinvalides/choupas/www/admin/connect.php

12 lines
72 B
PHP
Executable File

<?php
$func = include('auth.php');
$func(function () {
});
?>