From 7377f5290c21de6b8ac3718ddd47e99f6c3db690 Mon Sep 17 00:00:00 2001 From: hael Date: Wed, 19 Mar 2025 14:15:58 +0100 Subject: [PATCH] change service table id --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 290fb3a..9d06da1 100644 --- a/functions.php +++ b/functions.php @@ -127,7 +127,7 @@ function get_vpn_url($domain,$passkey) { } function show_service($name, $containers) { - $str = ''; + $str = '
'; $str .= ""; $containers = trim($containers); $arr = explode("|",$containers);
{$name}