» =$US['smig-head']?>
=$US['smig-sub']?>
=$US['smig-success']?>
=$_POST['getlocate'];?>
/* #################################################### # Name: The Uniform Server Admin Panel 2.0 # Developed By: The Uniform Server Development Team # Modified Last By: Olajide Olaolorun (empirex) # Web: http://www.uniformserver.com #################################################### */ // Includes include "includes/config.inc.php"; include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; include "includes/header.php"; include "includes/secure.php"; if ($_POST['submit']) { function copyr($source, $dest) { // Simple copy for a file if (is_file($source)) { return copy($source, $dest); } // Make destination directory if (!is_dir($dest)) { mkdir($dest); } // Loop through the folder $dir = dir($source); while (false !== $entry = $dir->read()) { // Skip pointers if ($entry == '.' || $entry == '..' || $entry == 'Thumbs.db') { continue; } // Deep copy directories if ($dest !== "$source/$entry") { copyr("$source/$entry", "$dest/$entry"); } } // Clean up $dir->close(); return true; } $source1 = $_POST['getlocate']; $dest1 = $_POST['destination']; //copyr($source1, $dest1); ?>
=$US['smig-success']?>
=$_POST['getlocate'];?>
=$US['smig-text-0']?>
=$US['smig-text-1']?>
=$US['smig-text-2']?>