Browse Source

Added #!/usr/bin/env php

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
987b50cf04
  1. 1
      apps/advanced/install

1
apps/advanced/install

@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
$root = str_replace('\\', '/', __DIR__);
$envs = require("$root/environments/index.php");

Loading…
Cancel
Save