8 lines
202 B
PHP
8 lines
202 B
PHP
![]() |
<?php
|
||
|
|
||
|
if (!defined('access') or !access) {
|
||
|
die('This file cannot be directly accessed.');
|
||
|
}
|
||
|
?>
|
||
|
<?php /* Code you add in this file will be added afer <head>. See: app/themes/Peafowl/head.php */ ?>
|