mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 16:36:09 +02:00
18 lines
470 B
HTML
18 lines
470 B
HTML
<html>
|
|
<head>
|
|
<title>Edit users in database</title>
|
|
<link rel="stylesheet" type="text/css" href="/ext/resources/css/ext-all.css"/>
|
|
<script src="/ext/adapter/ext/ext-base.js"></script>
|
|
<script src="/ext/ext-all-debug.js"></script>
|
|
<script src="combined.cgi/Login/API"></script>
|
|
<script src="users.js"></script>
|
|
<script>
|
|
Ext.onReady(function() {
|
|
// API is registered under FPWeb by default.
|
|
Ext.Direct.addProvider(FPWeb);
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |