6 lines
77 B
PHP
6 lines
77 B
PHP
<?
|
|
/*
|
|
* Stub database class for MySQL.
|
|
*/
|
|
require_once('Database.php');
|
|
?>
|