* Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
[lhc/web/wiklou.git] / includes / DatabaseMysql.php
1 <?php
2 /*
3 * Stub database class for MySQL.
4 */
5 require_once('Database.php');
6 ?>