Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(222)

Unified Diff: DB/API_REST/index.php

Issue 335100043: DB with histogram
Patch Set: Fixing last bug Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DB/API_REST/img/logo.png ('k') | DB/API_REST/log_graph/graphs.log » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DB/API_REST/index.php
diff --git a/DB/API_REST/index.php b/DB/API_REST/index.php
new file mode 100755
index 0000000000000000000000000000000000000000..58ac440028a2f7fc539fe7d9eac8164719d02f84
--- /dev/null
+++ b/DB/API_REST/index.php
@@ -0,0 +1,17 @@
+
+<link rel="icon" href="API_REST/img/logo.png" />
+<h1>CSD-SDN REST-API<img src="API_REST/img/logo.png" alt="logo" width="100" height="100" /></h1>
+</br>
+<p><a href="http://192.16.125.183/phpmyadmin">Go to the database</a></p>
+<p><a href="http://192.16.125.183/API_REST/print_cache.php">Print the cache</a></p>
+<p><a href="http://192.16.125.183/API_REST/show_graph.php?x=0">Print graph: all link</a></p>
+<p><a href="http://192.16.125.183/API_REST/show_graph.php?x=1">Print graph: choose your link</a></p>
+<?php
+ini_set('display_errors', 1);
+
+echo "<form action=\"http://192.16.125.183/API_REST/utils/restart.php\" method=\"post\">";
+echo "</br> Restart the daemons :" . "<input type=\"password\" name=\"pass\" placeholder=\"password\" />" . " " ;
+echo "<input type=\"submit\" value=\"Restart\" />";
+?>
+
+
« no previous file with comments | « DB/API_REST/img/logo.png ('k') | DB/API_REST/log_graph/graphs.log » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b