Changeset 2fca673b4c11f684f51006dceb5daac6fdcfd94d
- Timestamp:
- 05/10/12 12:22:28 (1 year ago)
- git-parent:
[dd8b4487012abde6396680a0aa2a55b9385a4d4f], [d2e4ce0f79b0fa7c00d20e7e48a071b6e4f5c29d]
- Files:
-
- ui/web/htdocs/graph_store.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ui/web/htdocs/graph_store.php
rf561a33 rd2e4ce0 3 3 require_once('Reconnoiter_DB.php'); 4 4 5 $json = stripslashes($_POST['json']); 6 $graph = json_decode($json, true); 5 $graph = json_decode($_POST['json'], true); 7 6 $saved_id = $graph['id']; 8 7 $db = Reconnoiter_DB::getDB();
