~julian-lam/maccms/trunk

« back to all changes in this revision

Viewing changes to admin/editlocker.php

  • Committer: Julian Lam
  • Date: 2010-03-22 03:47:34 UTC
  • Revision ID: julian.lam@gmail.com-20100322034734-2uy1z7g4repsee9u
fixed LP #542105 some more... since I forgot to re-order more includes'... guh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        # Including includes
10
10
        include "$prefix/config/config.php";    # General configuration file for all pages
11
11
        include "$prefix/includes/db.inc";      # DB access
 
12
        include "$prefix/includes/other.inc";   # Other scripts (secure access, etc)
12
13
        include "$prefix/includes/header.inc";  # Including HTML headers, etc
13
 
        include "$prefix/includes/other.inc";   # Other scripts (secure access, etc)
14
14
        
15
15
        secure_page('admin');
16
16