From bff8748ac7ee136afe415b12f117005a2524c353 Mon Sep 17 00:00:00 2001 From: Inoyatulloh Date: Sat, 29 Jul 2017 12:12:35 +0500 Subject: [PATCH] Added PhpDebugBar --- src/apps.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 7c24716b2..951490849 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1932,9 +1932,8 @@ "^PhpDebugBar" ], "script": [ - "debugbar.*\\.js", - "_debugbar/assets/javascript\\?v=([\\d.]+)" - ], + "debugbar.*\\.js" + ], "icon": "phpdebugbar.png", "website": "http://phpdebugbar.com/" },