Skip to content
Snippets Groups Projects
Commit bc7ab2d0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

valuestore: allow update as GET param

parent a05d6992
Branches
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
...@@ -108,7 +108,9 @@ if ( ...@@ -108,7 +108,9 @@ if (
} }
disallowGet('action', 'cleanup'); disallowGet('action', 'cleanup');
disallowGet('action', 'delete'); disallowGet('action', 'delete');
disallowGet('action', 'update');
// used by Anasible to update the value ... I disable it for now to fix it in the near future
// disallowGet('action', 'update');
$sProject = getParam('project', '/[^a-z\-\_0-9]/'); $sProject = getParam('project', '/[^a-z\-\_0-9]/');
$sPackage = getParam('package', '/[^a-z\-\_0-9]/'); $sPackage = getParam('package', '/[^a-z\-\_0-9]/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment