Changeset 17378 for trunk/FACT++/www/smartfact/index.php
- Timestamp:
- 11/25/13 19:58:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.php
r17377 r17378 288 288 289 289 $irq = ""; 290 if (isset($_GET['i nterrupt']))290 if (isset($_GET['irq'])) 291 291 { 292 292 $irq = $_GET['irq']; 293 unset($_GET['i nterrupt']);293 unset($_GET['irq']); 294 294 } 295 295
Note:
See TracChangeset
for help on using the changeset viewer.