Files
development/www/admin/phan_test.php
Clemens Schwaighofer 6722468bdb Update from PSR-2 to PSR-12
- Tabs are indent
- Warning at 120, Error at 240 char length
2021-07-14 10:02:27 +09:00

12 lines
168 B
PHP
Executable File

<?php
declare(strict_types=1);
require 'config.php';
require BASE . INCLUDES . 'admin_header.php';
// $DATA['foo'] = 'bar';
// $messages['foo'] = 'bar';
// __END__