diff options
author | Michael Tänzer <neo@nhng.de> | 2014-12-04 18:26:23 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-12-04 18:26:23 +0100 |
commit | b0904b2bda37b292fa5d29d5d3b7ec64d100ad16 (patch) | |
tree | a10f5fb0dfefccc4bbf5890d02f273ef770ba4b6 /pages/account/23.php | |
parent | c7c4d077688807bcbec21e11d0aeb0af9ebfbd30 (diff) | |
download | cacert-master.tar.gz cacert-master.tar.xz cacert-master.zip |
Diffstat (limited to 'pages/account/23.php')
-rw-r--r-- | pages/account/23.php | 2 |
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> |