Changeset 1088 for trunk/wifidog-auth/wifidog/install.php
- Timestamp:
- 09/02/06 23:35:06 (6 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/install.php
r1038 r1088 242 242 'note' => 'Required for RADIUS support' 243 243 ), 244 'session' => array ( 245 'needed' => 1, 246 'available' => 0, 247 'message' => '<B>session</B> extention is missing', 248 'note' => 'Required for core auth-server' 249 ), 244 250 'xmlrpc' => array ( 245 251 'needed' => 0, … … 404 410 function execVerbose($command, & $output, & $return_var) { 405 411 print "$command"; 406 $retval = exec($command.' 2>&1', & $output, & $return_var); 412 $retval = exec($command.' 2>&1', & $output, & $return_var); 407 413 if ($return_var != 0) { 408 414 print "<p style='color:red'>Error:</em> Command did not complete successfully (returned $return_var): <br/>\n";
