edi/update fixes, guest redirected to cms/home
This commit is contained in:
parent
28db4da4f8
commit
4ba69cf2da
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.406.70) stable; urgency=low
|
||||
hedera-web (1.406.71) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div id="main" class="vn-login">
|
||||
<div class="navbar">
|
||||
<div>
|
||||
<a href="#!form=cms/about&guest=true">
|
||||
<a href="#!form=cms/home&guest=true">
|
||||
<t>Log in as guest</t>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.406.70",
|
||||
"version": "1.406.71",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -100,8 +100,8 @@ class Update extends Vn\Lib\Method {
|
|||
);
|
||||
$db->query("COMMIT");
|
||||
} catch (Exception $e) {
|
||||
$db->query('ROLLBACK');
|
||||
error_log($e->getMessage());
|
||||
$db->query('ROLLBACK');
|
||||
}
|
||||
|
||||
shell_exec("rm -R $tmpDir");
|
||||
|
|
Loading…
Reference in New Issue