This commit is contained in:
danpros 2024-01-09 21:09:13 +07:00
commit 93e9ae6f6e
3 changed files with 2 additions and 19 deletions

View file

@ -11,13 +11,6 @@
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<script src="<?php echo site_url() ?>system/resources/js/jquery.min.js"></script>
</head>
<?php
if (isset($_GET['search'])) {
$search = _h($_GET['search']);
$url = site_url() . 'search/' . remove_accent($search);
header("Location: $url");
}
?>
<?php if (login()) { ?>
<body class="hold-transition sidebar-mini">
<div class="wrapper">