##############################################################################
# README for Site@School: 
# Website Content Management System for Primary Schools
# Version 2.4.10 
#############################################################################
This is version 2.4.10 includes all fixpacs for 2.4.

This is the README for S@S Version 2.4.10 (october 2006)
This version has some small improvements , See the CHANGELOG.txt for the improvements.

IMPORTANT #1: If you have created or using a modified template, 
check if you have the following php code in your main.inc.php of your template:

<?php
if ( !defined('IN_SAS') )
{
	die("Hacking attempt");
}
?>

It should be placed at the top of the file. 

IMPORTANT #2: if you migrate from a previous version:
Be absolutely sure to get rid of obsolete files in your installation, and,
as important, to get rid of eventual files that might have been placed by
crackers. Take the flollowing steps:

1. Delete all files and subdirectories in the following directories:

/starnet/addons/
/starnet/core/
/starnet/graphics/
/starnet/editors/
/starnet/interface/
/starnet/modules/
/starnet/manual/   You need to reinstall the manual.
/starnet/install/
/starnet/themes/  Delete the Site@School themes you do not use. Do not
delete your OWN theme(s).


2. Also delete the following obsolete file from the root of you installation:

/print.php

Installation:
All the installation / migration scripts are located in the starnet/install directory.
Go with your browser to the http://www.yourschool.org/starnet/install directory.

Upgrading:
When upgrading from a previous version, carefully examine the MIGRATE.txt and
INSTALL.html files included with the upgrade version in starnet/install.

Installing modules:
All available modules are now installed via the install script.

NOTICE:
When comparing your installation with the filelist.txt list, please bear in
mind:
- The file list does not include contents of: /media, /studentpages and (if
applicable), your self made theme files.

After installation or upgrading, remove the /starnet/install directory and
its contents.

We hope this version of Site@School gives you even more than the previous.


The Site@School Development Team,
(october 2006)