Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
smradius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shail
smradius
291f6b9ef518b400e7dd68c041524438117b11cc
smradius
webgui
ajax.php
Find file
Normal view
Permalink
ajax.php
22.8 KiB
Newer
Older
Initial support for querying database
Robert Anderson
committed
15 years ago
1001
1002
1003
echo
json_encode
(
$res
->
export
());
break
;
* Added bare bones of webgui
Nigel Kukard
committed
15 years ago
1004
1005
}
AdminUserLogs and related functions, EventTimestamp display and search needs fixing
Robert Anderson
committed
15 years ago
1006
* Added bare bones of webgui
Nigel Kukard
committed
15 years ago
1007
1008
exit
;
* Removed JSON class from ajax.php
Nigel Kukard
committed
15 years ago
1009
# vim: ts=4
Show full blame
Prev
1
2
Next