Last change
on this file since 12 was 10, checked in by gegorbet, 9 years ago |
fixes to allow simultaneous production/development jobs
|
-
Property svn:keywords
set to
LastChangedDate Author
|
File size:
247 bytes
|
Rev | Line | |
---|
[10] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | $us3bin = exec( "ls -d ~us3/bin" );
|
---|
| 4 | include_once "$us3bin/listen-config.php";
|
---|
| 5 |
|
---|
| 6 | $class_dir = $class_dir_p; // production version
|
---|
| 7 | include "$us3bin/cleanup_aira.php";
|
---|
| 8 | include "$us3bin/cleanup_gfac.php";
|
---|
| 9 | include "$us3bin/gridctl.php";
|
---|
| 10 |
|
---|
| 11 | ?>
|
---|
| 12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.