Project

General

Profile

« Previous | Next » 

Revision 659

Added by doc over 16 years ago

fixed wrong redirect in /admin/images

View differences:

index.php
23 23

  
24 24
*/
25 25

  
26
require('../../config.php');
27
header('Location: '.ADMIN_URL.'/home/index.php');
26
header("Location: ../../index.php");
28 27

  
29 28
?>

Also available in: Unified diff