Support Forums

Old 05-04-2006, 09:46 AM   #1
Junior Member
 
Join Date: Mar 2006
Posts: 19
Rep Power: 14
7standing7 is on a distinguished road
Default install/upgrade folder

Hello,

I would like to see the install folder moved into the admin area. This would prevent the site from being taken off line when all you need to do is an upgrade.

Kind Regards
Jeff
7standing7 is offline   Reply With Quote
Old 05-04-2006, 10:08 AM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,113
Rep Power: 118
Eric Barnes is a jewel in the rough
Default

Hi Jeff,

In v3.1 we do a check for the install directory and the userlevel equals 1 so it should only forward you if you are logged in as an administrator.
PHP Code:
    if (file_exists('install/index.php') && $_SESSION['userlevel']==1)
    {
        
header('Location: install/error.htm'); 
        exit;
    } 
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
different name for administration folder darek v3.1 Modules & Modifications 11 02-02-2007 08:26 PM
Installing doc1975 v3.1 Questions & Support 28 11-21-2006 11:45 PM
folder in 68 - CHMOD ???'s dawyatt v3.1 Questions & Support 4 05-26-2006 03:39 PM
Bucketman - well done! Chaslie Site Marketing 11 04-18-2006 03:45 PM
Installing a backup from the backup folder newone v3.0 Questions & Support 10 04-06-2006 12:15 PM


All times are GMT -4. The time now is 07:09 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0