Changeset 727 for trunk/Common/Global.php
- Timestamp:
- Jan 6, 2015, 12:02:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r705 r727 385 385 } 386 386 387 function CommandExist($Command) 388 { 389 $Result = shell_exec('which '.$Command); 390 return(!empty($Result)); 391 } 392 387 393 function RemoveDiacritic($Text) 388 394 {
Note:
See TracChangeset
for help on using the changeset viewer.