4 lines
76 B
PHP
4 lines
76 B
PHP
|
<?php
|
||
|
if(!defined('CONFIG')) exit(setup());
|
||
|
readfile('libs/about.txt');
|
||
|
?>
|