things can now be rendered to static html, new helma features are supported (prototype extension), everyhting is done in a nice and clean way with skins.
12 lines
274 B
Text
12 lines
274 B
Text
|
|
//// strictly limit access to localhost:
|
|
//if ( req.data.http_remotehost!="localhost" && req.data.http_remotehost!="127.0.0.1" ) {
|
|
// app.logEvent( req.data.http_remotehost + " tried to access makekey");
|
|
// return;
|
|
//}
|
|
|
|
if ( checkAuth()==false )
|
|
return;
|
|
|
|
createAuth();
|
|
|