add time zome

This commit is contained in:
ns77@siliconpin.com
2025-09-01 15:28:42 +00:00
parent eec8d5c5c4
commit 88e8efa31f
4 changed files with 34 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
<?php
include(__DIR__ . '/auth.php');
require_login();
date_default_timezone_set('Asia/Kolkata');
// Don't send ANY HTML or echo above this line
?>