major overhaul of the manage app's api-documentation functions.
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.
This commit is contained in:
parent
76bbe4053b
commit
7633e98eea
59 changed files with 1052 additions and 578 deletions
|
|
@ -1,11 +1,12 @@
|
|||
|
||||
// strictly limit access to localhost:
|
||||
if ( req.data.http_remotehost!="localhost" && req.data.http_remotehost!="127.0.0.1" ) {
|
||||
app.__app__.logEvent( req.data.http_remotehost + " tried to access makekey");
|
||||
return;
|
||||
}
|
||||
//// 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;
|
||||
if ( checkAuth()==false )
|
||||
return;
|
||||
|
||||
createAuth();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue