6 lines
119 B
PHP
6 lines
119 B
PHP
|
<?php
|
||
|
# This is a temporary file
|
||
|
@define('LIBDIR',sprintf('%s/',realpath('../lib/')));
|
||
|
require LIBDIR.'common.php';
|
||
|
?>
|