mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Removed unnecessary files.
This commit is contained in:
@@ -1,18 +1 @@
|
||||
<h1>Update cache</h1>
|
||||
|
||||
<?php
|
||||
$cacheList = array(
|
||||
"/script/pages/editor/api/index.js",
|
||||
"/script/pages/create_graph_by_edge_list/api/index.js",
|
||||
"/script/pages/create_graph_by_incidence_matrix/api/index.js",
|
||||
"/script/pages/create_graph_by_matrix/api/index.js"
|
||||
);
|
||||
|
||||
echo ("<ul>");
|
||||
foreach ($cacheList as &$page) {
|
||||
$date = date('d.m.Y H:i:s', filemtime("../$page.cache"));
|
||||
echo ("<li><a href='pack.php?target=$page' target='_blank'>$page</a> $date</li>");
|
||||
}
|
||||
echo ("</ul>");
|
||||
?>
|
||||
|
||||
<h1>Use /admin/page_update_script_cache page to update caches</h1>
|
||||
|
||||
Reference in New Issue
Block a user