mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-18 21:26:11 +00:00
be9704a768
TODO: add files to database TODO: hash folder to stick files in
6 lines
168 B
Bash
6 lines
168 B
Bash
#!/bin/bash
|
|
|
|
# we might want to add some security here, in order to check the parameters
|
|
|
|
cd /home/atrium-admin/public_html/scripts
|
|
nohup /usr/bin/php4 $* >/dev/null &
|