* Fix for short_open_tag off again; please don't break this, guys
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?php
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>