View file system/AJAX/php/ajax_melody.php

File size: 598B
<?php  
require ($_SERVER['DOCUMENT_ROOT'].'/system/connections/core.php');
access('management');

if (ajax() == true){
  
  ?>
  <div class="modal_bottom_title2">
  <?=lg('Загрузить новую мелодию')?>
  </div>
    
  <div class="modal-bottom-container">      
  <?=file::upload('/files/receiver/ajax_melody.php')?>
  </div>
    
  <div class="modal_bottom_foot">
  <button onclick='modal_bottom_close()' class='modal-bottom-button2'><?=lg('Отменить')?></button>
  </div>
  <?
  
}else{
  
  echo lg('Не удалось установить соединение');
  
}