Fix a bug in faxing caused by code that was not committed yet remove this include until it is provided.

This commit is contained in:
Mark Crane 2012-10-08 21:06:01 +00:00
parent 5f642e17c5
commit a9ff0675fa
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@
include "root.php";
require_once "includes/require.php";
require_once "includes/checkauth.php";
require_once "includes/Logging.php";
if (permission_exists('fax_extension_view')) {
//access granted
}