No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
1
ControlPanel/modules/ftp/temp/.htaccess
Normal file
1
ControlPanel/modules/ftp/temp/.htaccess
Normal file
|
|
@ -0,0 +1 @@
|
|||
deny from all
|
||||
2
ControlPanel/modules/ftp/temp/chmod_this_dir_to_777.txt
Normal file
2
ControlPanel/modules/ftp/temp/chmod_this_dir_to_777.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Don't forget to chmod this directory to 777 (all permissions).
|
||||
6
ControlPanel/modules/ftp/temp/index.php
Normal file
6
ControlPanel/modules/ftp/temp/index.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
// Redirect people who try to view this folder to the main index.php page
|
||||
header("Location:../index.php");
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue