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