|
|
|
@ -40,7 +40,10 @@ $core = new Core();
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
|
|
<div class="wrapper">
|
|
|
|
|
|
|
|
<?php if(app_logoimage == ''){ ?>
|
|
|
|
<img src="assets/images/logo.png">
|
|
|
|
<img src="assets/images/logo.png">
|
|
|
|
|
|
|
|
<?php } if(app_logoimage){ ?>
|
|
|
|
|
|
|
|
<img src="<?=app_logoimage?>">
|
|
|
|
<?php
|
|
|
|
<?php
|
|
|
|
if(isset($_POST['submit'])){
|
|
|
|
if(isset($_POST['submit'])){
|
|
|
|
if($core->FileTypeVerification($_FILES["fileToUpload"])){
|
|
|
|
if($core->FileTypeVerification($_FILES["fileToUpload"])){
|
|
|
|
|