Advertisement
mariussm

Wrapper

Sep 20th, 2011
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include <sys/types.h>
  2. #include <unistd.h>
  3. #include <stdio.h>
  4.  
  5. int main(void) {
  6.     system("/usr/bin/php /home/www-config/bin/createConfig.php");
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement