Răsfoiți Sursa

Delete app_config.php

Put it in the wrong location.
FusionPBX 9 ani în urmă
părinte
comite
8868aff641
1 a modificat fișierele cu 0 adăugiri și 22 ștergeri
  1. 0 22
      core/authentication/resources/classes/app_config.php

+ 0 - 22
core/authentication/resources/classes/app_config.php

@@ -1,22 +0,0 @@
-<?php
-
-	//application details
-		$apps[$x]['name'] = "Authentication";
-		$apps[$x]['uuid'] = "a8a12918-69a4-4ece-a1ae-3932be0e41f1";
-		$apps[$x]['category'] = "Core";
-		$apps[$x]['subcategory'] = "";
-		$apps[$x]['version'] = "1.0";
-		$apps[$x]['license'] = "Mozilla Public License 1.1";
-		$apps[$x]['url'] = "http://www.fusionpbx.com";
-		$apps[$x]['description']['en-us'] = "Provides an authentication framework with plugins to check if a user is authorized to login.";
-		$apps[$x]['description']['es-cl'] = "";
-		$apps[$x]['description']['de-de'] = "";
-		$apps[$x]['description']['de-ch'] = "";
-		$apps[$x]['description']['de-at'] = "";
-		$apps[$x]['description']['fr-fr'] = "";
-		$apps[$x]['description']['fr-ca'] = "";
-		$apps[$x]['description']['fr-ch'] = "";
-		$apps[$x]['description']['pt-pt'] = "";
-		$apps[$x]['description']['pt-br'] = "";
-
-?>