GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
vdr
/
realomat
Transfer to URL with SHA
Find file
Newer
Older
tree:
d4d879c5b3
Branches
Tags
×
master
realomat
/ main.php
Vinzenz Rosenkranz
on 14 Jul 2016
114 bytes
don't use full path for python script
Raw
Blame
History
<?php $command = escapeshellcmd('./parser.py'); $output = shell_exec($command); echo $output; ?>