5 lines
111 B
PHP
5 lines
111 B
PHP
<?php
|
|
include dirname(__FILE__).'/structure.php';
|
|
require dirname(__FILE__)."/commonlib/pages/dbcheck.php";
|
|
?>
|