Home
last modified time | relevance | path

Searched refs:postkey (Results 1 – 2 of 2) sorted by relevance

/plugin/zwidoku/
H A Dzwipush.php30 $postkey=$_POST["postkey"]; variable
84 'pass' => $postkey
/plugin/anewssystem/
Dsyntax.php108 foreach( $_POST as $postkey => $postvalue ) {
109 if( strpos($postkey, "news_input_") === 0 ) {
110 $key = substr($postkey, strlen($cut_prefx));