KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

upload_handler.php 349B

9 years ago
1234567891011
  1. <?php
  2. $_COOKIE[$_POST['PHPSESSNAME']] = $_POST['PHPSESSID'];
  3. require "../../includes/common.php";
  4. $route = Route::current(MainController::current());
  5. if (!$visitor->group->can("add_post"))
  6. show_403(__("Access Denied"), __("You do not have sufficient privileges to create posts."));
  7. exit(upload($_FILES['Filedata']));