Remove an unused global, and fall back to a cleaner and safer method of producing...
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?php
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>