[ Index ] |
PHP Cross Reference of Project Glazy import |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Sep 14 11:31:49 2023 | Cross-referenced by PHPXref 0.7.1 |