Changeset 296 for devel/_files
- Timestamp:
- 04/24/06 00:03:42 (3 years ago)
- Files:
-
- devel/_files/action_redirection.php (modified) (1 diff)
- devel/_files/download.php (modified) (1 diff)
- devel/_files/edit_file.php (modified) (1 diff)
- devel/_files/edit_folder.php (modified) (1 diff)
- devel/_files/icon.php (modified) (1 diff)
- devel/_files/index.php (modified) (1 diff)
- devel/_files/rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/_files/action_redirection.php
r269 r296 4 4 5 5 // Run includes 6 require ("../includes.php");6 require_once(dirname(dirname(__FILE__))."/includes.php"); 7 7 8 8 run("files:init"); devel/_files/download.php
r269 r296 5 5 6 6 // Run includes 7 require ("../includes.php");7 require_once(dirname(dirname(__FILE__))."/includes.php"); 8 8 9 9 // Initialise functions for user details, icon management and profile management devel/_files/edit_file.php
r269 r296 4 4 5 5 // Run includes 6 require ("../includes.php");6 require_once(dirname(dirname(__FILE__))."/includes.php"); 7 7 8 8 // Initialise functions for user details, icon management and profile management devel/_files/edit_folder.php
r269 r296 4 4 5 5 // Run includes 6 require ("../includes.php");6 require_once(dirname(dirname(__FILE__))."/includes.php"); 7 7 8 8 // Initialise functions for user details, icon management and profile management devel/_files/icon.php
r269 r296 4 4 5 5 // Run includes 6 require ("../includes.php");6 require_once(dirname(dirname(__FILE__))."/includes.php"); 7 7 8 8 // Initialise functions for user details, icon management and profile management devel/_files/index.php
r269 r296 4 4 5 5 // Run includes 6 require ("../includes.php");6 require_once(dirname(dirname(__FILE__))."/includes.php"); 7 7 8 8 // Initialise functions for user details, icon management and profile management devel/_files/rss2.php
r269 r296 5 5 6 6 // Run includes 7 require ("../includes.php");7 require_once(dirname(dirname(__FILE__))."/includes.php"); 8 8 9 9 run("profile:init");
