10 lines
163 B
PHP
Executable File
10 lines
163 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__
|