Make util/po2php executable

This commit is contained in:
Hypolite Petovan 2018-01-24 16:55:09 -05:00
parent e51c4a38ad
commit 113539e29a
1 changed files with 1 additions and 1 deletions

2
util/po2php.php Normal file → Executable file
View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
define("DQ_ESCAPE", "__DQ__");
function po2php_run(&$argv, &$argc) {
if ($argc!=2) {