wiki.techinc.nl/includes/DatabaseMysql.php

7 lines
77 B
PHP
Raw Normal View History

2005-08-04 04:25:51 +00:00
<?
/*
* Stub database class for MySQL.
*/
require_once("Database.php");
?>