Skip to content

Commit

Permalink
Merge pull request #27 from jaikrishna-tavva9/patch-7
Browse files Browse the repository at this point in the history
Title False For SSL View
  • Loading branch information
mahtab2003 authored Nov 14, 2021
2 parents 08a8a48 + dd49cb0 commit d3a4eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/viewssl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
if(isset($_GET['ssl_id'])){
$PageInfo = ['title'=>'View Ticket #'.$_GET['ssl_id'],'rel'=>''];
$PageInfo = ['title'=>'View SSL #'.$_GET['ssl_id'],'rel'=>''];
require_once __DIR__.'/includes/Connect.php';
require_once __DIR__.'/handler/AreaHandler.php';
require_once __DIR__.'/includes/Header.php';
Expand Down Expand Up @@ -29,4 +29,4 @@
include __DIR__.'/template/503.php';
require_once __DIR__.'/includes/Footer.php';
}
?>
?>

0 comments on commit d3a4eb7

Please sign in to comment.