first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.payment_module{padding-bottom:20px;text-transform:none}.payment_module .imoje{background-color:#fbfbfb;padding:33px 40px 33px 20px}.payment_module .imoje .logo{margin-right:23px}.payment_module .imoje:after{display:block;content:"\f054";position:absolute;right:15px;margin-top:-11px;top:50%;font-family:"FontAwesome";font-size:25px;height:22px;width:14px;color:#777}

View File

@@ -0,0 +1 @@
.alert-success{background-color:#ddf0de !important;color:#72c279;border-top:1px solid #92d097 !important;border-bottom:1px solid #92d097 !important;border-left:solid 3px #92d097 !important}.imoje-wrap .show{display:block}.imoje-wrap .switch label{width:auto;line-height:8px;margin-bottom:10px;margin-left:4px}.imoje-wrap .switch input[type="radio"]{float:left}.imoje-wrap .switch .slide-button{display:none}

View File

@@ -0,0 +1 @@
.payment_module a{overflow:auto;line-height:65px}

View File

@@ -0,0 +1,11 @@
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;