mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
First public release of MyAAC
This commit is contained in:
5
install/includes/database.php
Normal file
5
install/includes/database.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
require(SYSTEM . 'libs/pot/OTS.php');
|
||||
$ots = POT::getInstance();
|
||||
require(SYSTEM . 'database.php');
|
||||
?>
|
Reference in New Issue
Block a user