Remove remainder of legacy doctrine code
This commit is contained in:
parent
03c73065bf
commit
86ff6e8e12
|
@ -578,7 +578,7 @@ SQL;
|
||||||
* by creating $con outside the function with beingTransaction() */
|
* by creating $con outside the function with beingTransaction() */
|
||||||
/**
|
/**
|
||||||
* @param int $p_id
|
* @param int $p_id
|
||||||
* @param \Doctrine\DBAL\Driver\PDOConnection $con
|
* @param Propel Connection
|
||||||
*
|
*
|
||||||
* @return Application_Model_StoredFile
|
* @return Application_Model_StoredFile
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
|
|
Binary file not shown.
|
@ -1,11 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
$ini = parse_ini_file('/etc/airtime/airtime.conf', true);
|
|
||||||
|
|
||||||
return array(
|
|
||||||
'dbname' => $ini['database']['dbname'],
|
|
||||||
'user' => $ini['database']['dbuser'],
|
|
||||||
'password' => $ini['database']['dbpass'],
|
|
||||||
'host' => 'localhost',
|
|
||||||
'driver' => 'pdo_pgsql',
|
|
||||||
);
|
|
Loading…
Reference in New Issue