CREATE TABLE `history` ( `id` int(11) NOT NULL COMMENT 'auto id', `list_id` int(11) NOT NULL COMMENT 'номер заявки', `status` set('долг','оплата') NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `dt` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'дата оплаты' )
RewriteEngine On
RewriteBase /pages
RewriteCond %{HTTP:X-Forwarded-Proto} !=https
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteRule ^([^.]+)$ $1.php [NC,L]
ErrorDocument 401 errors/401.php
ErrorDocument 403 errors/403.php
ErrorDocument 404 errors/404.php
ErrorDocument 500 errors/505.php
time_to_sec