#########################################################
# PerlDesk, www.perldesk.com                RELEASE 1.5 #
#                                                       #
# Author: John Bennett [john@perldesk.com]              #
#                                                       #
#########################################################
#                                                       #
#                  PERLDESK UPGRADE                     #	
#                                                       #
#########################################################

UPGRADING FROM 1.02.7


PerlDesk has a very different file structure from previous
releases. PerlDesk will now operate from three main files

  pdesk.cgi 
  staff.cgi
  admin.cgi

There is an upgrade script included in the tar file to 
alter the mysql setup and make any additions needed.

You must follow these steps to upgrade:

 [*] Untar the compressed file, all files in this tar are
     needed by this release - you will need to overwrite 
     existing files. 

     By default, there are two directories in the file
     cgi-bin
     images

     The file inside the 'cgi-bin' can be placed anywhere
     where you have .cgi files enabled on your server, but
     if you put them in the actual cgi-bin you will likely
     need to store the images outside of the cgi-bin due to
     permissions.

 [*] Chmod the .cgi/.pl files to 755

 [*] Open up the new conf.pl file and put your database 
     info in. 

 [*] Put 'upgrade.cgi' your main folder along with the 
     other .cgi file (pdesk.cgi) chmod, and run it from
     your browser entering the settings.


 All done