summaryrefslogtreecommitdiff
path: root/pages/account/23.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account/23.php')
-rw-r--r--pages/account/23.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/23.php b/pages/account/23.php
index 4ec56c3..4255b47 100644
--- a/pages/account/23.php
+++ b/pages/account/23.php
@@ -30,7 +30,7 @@
}
$row = mysql_fetch_assoc($res);
$crtname=escapeshellarg($row['crt_name']);
- $cert = `/usr/bin/openssl x509 -in $crtname`;
+ $cert = shell_exec("/usr/bin/openssl x509 -in $crtname");
?>
<h3><?=_("Below is your Server Certificate")?></h3>
<pre>