2013-06-05 Miguel de Dios <miguel.dedios@artica.es>

* include/functions.php: cleaned source code style.
	
	* include/get_file.php: fixed the include the auth.
	
	Fixes: #2274




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8258 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-06-05 13:28:58 +00:00
parent 1e74f905f5
commit 3bf0cd67cb
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: cleaned source code style.
* include/get_file.php: fixed the include the auth.
Fixes: #2274
2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: fixed the pagination.

View File

@ -611,7 +611,7 @@ function get_parameterBetweenListValues ($name, $values, $default) {
if (isset($_GET[$name]))
$parameter = get_parameter_get ($name, $default);
foreach($values as $value) {
if ($value == $parameter) {
return $value;

View File

@ -23,7 +23,7 @@ global $config;
$auth_method = db_get_value('value', 'tconfig', 'token', 'auth');
include("auth/" . $auth_method . ".php");
require_once("auth/" . $auth_method . ".php");
session_write_close ();