/home/hdwebsolution/www/ns-interior/admin-pages/logout.php
<?php 
session_start();
session_destroy();
header("location:../admin/index.php");
?>