[ Index ]

PHP Cross Reference of Project Glazy import

title

Body

[close]

/ -> rename.php (source)

   1  <?php
   2  
   3  $old = 'fichiers/'.$_GET['old'];
   4  $new = 'fichiers/'.$_GET['new'];
   5  rename($old,$new);
   6  echo("renamed ".$old. ' to '.$new);
   7  
   8  ?>


Generated: Thu Sep 14 11:31:49 2023 Cross-referenced by PHPXref 0.7.1