Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1377 → Rev 1378

/asterisk-stats/trunk/includes/db.php
12,13 → 12,9
# more information. #
####################################################
 
if ( !defined('IN_ASTWEB') ) {
die("Hacking attempt");
}
 
switch($db_type) {
case 'PGSQL':
include($includes.'/db/postgresql.php');
include('includes/db/postgresql.php');
break;
}