1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php require __DIR__ . '/1.1.php'; ?> <!DOCTYPE html> <html> <head> <title>Filemanager!</title> </head> <body> <form > <input type="text" name="folder_name"> <input type="submit"> </form> </body> </html>