jQuery
Plugins
UI
Meetups
Forum
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Bug Tracker
New Ticket
View Tickets
Ticket Graph
Roadmap
Recent Changes
Tracker Account
GitHub Login
Preferences
Context Navigation
Back to Ticket #6518
Ticket #6518
: Loaded.php
File Loaded.php,
161 bytes
(added by
rsinton
,
12 years ago
)
Loaded.php (called by ajax function)
Line
1
<?php
2
//header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
3
header
(
"Last-Modified: Sat, 26 Jul 1997 05:00:00 GMT"
);
4
echo
gmdate
(
"D, d M Y H:i:s"
);
5
?>
Download in other formats:
Original Format