Updated head in all files.
git-svn-id: https://svn.pioder.pl/uf-svn/uF@14 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
/**
|
||||
* @package uForum
|
||||
* @file common.php
|
||||
* @version $Id Exp$
|
||||
* @copyright 2008(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/dsf.html
|
||||
* @version $Id$
|
||||
* @copyright 2009(c) PioDer <pioder@wp.pl>
|
||||
* @link http://pioder.gim2przemysl.int.pl/
|
||||
* @license GNU GPL v3
|
||||
**/
|
||||
|
||||
@@ -12,6 +12,7 @@ if (is_dir('install'))
|
||||
{
|
||||
die('<font color="red" face="Verdana" size="6">Please delete or rename catalog "install"</font>');
|
||||
}
|
||||
|
||||
//set global preferences from DataBase
|
||||
$sql="SELECT * FROM ".CONFIG_TABLE."";
|
||||
$query=DataBase::sql_query($sql,'CRITICAL','Could not obtain config information');
|
||||
|
||||
Reference in New Issue
Block a user