3 lines
127 B
Plaintext
Executable File
3 lines
127 B
Plaintext
Executable File
if ( ! $access{'monitor'} ) { &redirect("index.cgi"); }
|
|
if ( $config{'has_monitor'} ne "true" ) { &redirect("index.cgi"); }
|