PATH:
home
/
lab2454c
/
keebchat.com
/
apps
/
native
/
http
/
dark_theme
<?php # @*************************************************************************@ # @ @author Mansur Altamirov (Mansur_TL) @ # @ @author_url 1: https://www.instagram.com/mansur_tl @ # @ @author_url 2: http://codecanyon.net/user/mansur_tl @ # @ @author_email: highexpresstore@gmail.com @ # @*************************************************************************@ # @ ColibriSM - The Ultimate Modern Social Media Sharing Platform @ # @ Copyright (c) 21.03.2020 ColibriSM. All rights reserved. @ # @*************************************************************************@ try { setcookie('dark_mode', "on", strtotime("+ 1 year"), "/"); cl_location(http_referer()); } catch (Exception $e) { cl_redirect("500"); }
[+]
..
[-] content.php
[edit]