Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Apr 9, 2018
1 parent 091eb7d commit 06229eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pack_javascripts.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env php
<?php
//deprecated no longer usered see https://issues.freepbx.org/browse/FREEPBX-17228
exit(0);
exit(0);//no longer needed
require_once('libraries/freepbx.php');

//get cli opts
Expand Down
3 changes: 3 additions & 0 deletions phpunitBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
include '/etc/freepbx.conf';
error_reporting(-1);
error_reporting(E_ALL & ~(E_STRICT | E_NOTICE));
ini_set('display_startup_errors', '1');
ini_set('display_errors', '1');
ini_set('error_reporting', E_ALL);

0 comments on commit 06229eb

Please sign in to comment.