gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

FunctionCallback.php (137B)


      1 <?php
      2 function functionCallback()
      3 {
      4     $args = func_get_args();
      5 
      6     if ($args == array('foo', 'bar')) {
      7         return 'pass';
      8     }
      9 }