Changeset 117 for trunk/web/addons/toga/image.php
- Timestamp:
- 05/31/05 16:13:43 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/image.php
r114 r117 2 2 include_once "./libtoga.php"; 3 3 4 $httpvars = new HTTPVariables( $HTTP_GET_VARS );4 $httpvars = new HTTPVariables( $HTTP_GET_VARS, $_GET ); 5 5 $view = $httpvars->getHttpVar( "view" ); 6 6 $clustername = $httpvars->getClusterName();
Note: See TracChangeset
for help on using the changeset viewer.