|
|
@@ -940,6 +940,8 @@ function validateCompany(source) {
|
|
|
default: SE_Layout::alert('danger', 'Błąd parametru');
|
|
|
}
|
|
|
}
|
|
|
+ elseif(($ID = V::get('doReloadCache', 0, $_GET, 'string')) == 'full') $this->doReloadCache('full');
|
|
|
+ elseif(($ID = V::get('doReloadCache', 0, $_GET, 'string'))) $this->doReloadCache();
|
|
|
else SE_Layout::alert('danger', 'Błąd parametru');
|
|
|
SE_Layout::dol();
|
|
|
}
|
|
|
@@ -1849,6 +1851,10 @@ SQL;
|
|
|
else throw new Exception($e->getMessage());
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
public static function doGeneratePowiazania($ID) {
|
|
|
$powiazaniaDirLocation = self::getMainDirectory();
|