]> git.plutz.net Git - serve0/commitdiff
remove obsolete manual call to post data parser
authorpaul <paul@plutz.net>
Wed, 2 Mar 2016 13:30:03 +0000 (13:30 +0000)
committerpaul <paul@plutz.net>
Wed, 2 Mar 2016 13:30:03 +0000 (13:30 +0000)
svn path=/trunk/; revision=105

actions/filter.sh
actions/meta.sh
actions/multitag.sh
actions/preferences.sh

index 2a3d4a366cbd574bffee8ad76c849ac3ae226cdf..f5057bea390c72445f5fb7e8accc03f29874852f 100755 (executable)
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with Serve0  If not, see <http://www.gnu.org/licenses/>.
 
-cgi_post
 order=$(validate "${_POST[o]}" 'Name|Length|Date' Name)
 
 for fn in {0..9}; do
index d44e0471d98a3098e08195d099a7fbea8d3ea2f3..74ad014e0ee124ba69a9766c7f8799b65af43c66 100755 (executable)
@@ -25,7 +25,6 @@ filter="${_GET[f]}"
   page="${_GET[pn]}"
 file="${_DATA}/meta/$info.meta"
 
-cgi_post
 length="${_POST[length]}"
  width="${_POST[width]}"
 height="${_POST[height]}"
index 242db282559fdb5d8c9c6a69d4e1d40eabc4487e..2b30af84159b789927dfa65c7e560a3e366d11b1 100755 (executable)
@@ -41,7 +41,6 @@ $description
 EOF
 }
 
-cgi_post
 n=''
 while [ -n "${_POST[tagsel$n]}" ]; do
   tagsel="${_POST[tagsel$n]}"
index 9936bec07494b97e669c806eab63e26b4a97ada9..9707d6813e9ab3d0789b310a96258948d27d4b84 100755 (executable)
@@ -1,7 +1,5 @@
 #!/bin/zsh
 
-cgi_post
-
 fakemp4=$( validate "${_POST[fakemp4]}"  yes no)
 watch=$(   validate "${_POST[watch]}"    '(240p|480p|download|raspi|player|server)' player)
 pagesize=$(validate "${_POST[pagesize]}" '[1-9][0-9]*' 50)