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