From: Mike T. <mt...@ya...> - 2003-03-26 22:44:14
|
Hi, I'm working on an interface for calendar administration. Here's what I have as a basic design: Admin Options - Update a calendar (replace a calendar file with a new one) - Add a new calendar - Delete a calendar New Pages - Add 'admin.php' which will contain all of the functionality. When first accessing admin.php, it will prompt for username and password. After logging in, it will give the admin options detailed above. Configuration - the admin page can be made to be inaccessible by a config.inc.php setting. This would be the default, I would guess. - there will be only one user/password, which is configured in config.inc.php. afaik, this is a slight security problem, in that if something goes haywire with the server, it's possible that the text of config.inc.php could be obtained. That being said, it's the simpliest and I think sufficiently secure. Comments? mike --------------------------------- Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! |