uawdijnntqw1x1x1
IP : 216.73.216.186
Hostname : webd009.cluster130.gra.hosting.ovh.net
Kernel : Linux webd009.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pressec
/
www
/
presselib
/
92872
/
..
/
coup-de-pouce
/
cli.php
/
/
<?php if(!isset($argv) || !$argv){ echo "variable argv non disponible\n"; return; } $path_file = "pathes.php"; $FIRST = false; foreach($argv as $cmd_arg){ if(!$FIRST){ $FIRST = true; continue; } if(strlen($cmd_arg)){ if(($k = strpos($cmd_arg, "=")) && (substr($cmd_arg, 0, $k) == "path_file")){ $path_file = substr($cmd_arg, $k + 1); } } } if(!$path_file || !file_exists($path_file)){ echo "fichier des chemins introuvable\n"; return; } require $path_file; $PATHES["mw_dir"] .= $PATHES["mw_dir"] && substr($PATHES["mw_dir"], -1) != "/" ? "/" : ""; require $PATHES["mw_dir"]."mw_app.php"; $app = new mw_app($path_file); if(($res = $app->init()) !== true){ echo $res."\n"; return; } $env = $app->env(); if(($res = $env->run_cli($argv)) !== true){ echo $res."\n"; return; } debug($env->get_out());
/home/pressec/www/presselib/92872/../coup-de-pouce/cli.php