summaryrefslogtreecommitdiff
path: root/pages/account/19.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/account/19.php')
-rw-r--r--pages/account/19.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/19.php b/pages/account/19.php
index 6a2749c..959111f 100644
--- a/pages/account/19.php
+++ b/pages/account/19.php
@@ -31,7 +31,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");
if($row['keytype'] == "NS")
{