No... Just working. The building I work in is being shutdown and I have to get all my equipment ready for the move to the new building.
I am currently responsible for over $100,000 worth of computer equipment including 4 servers and four desktop workstations. 3 Servers are mission critical and are allowed to be offline for a maximum of an hour.
There is a change you need to make in editpost.php to get the delete feature to work.
Look for:
Code:
$userid=verifyusername($username,$password);
and change it to:
Code:
//check valid username and password and get user id
if ($userid == 0) {
$userid=verifyusername($username,$password);
}
[Edited by wluke on 12-13-2000 at 02:27 PM]