wiki.techinc.nl/includes/DatabaseMysql.php

7 lines
80 B
PHP
Raw Normal View History

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