Skip to content

Commit

Permalink
FATAL fix give template (from properties)
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed May 3, 2023
1 parent 8c9f00a commit 1fe9646
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website_code/php/properties/gift_this_template.php
Expand Up @@ -20,6 +20,8 @@

require_once("../../../config.php");
require_once("../user_library.php");
require_once( "../template_library.php");
require_once("../template_status.php");
/**
*
* gift this template, allows the site to give a template copy, or an actual template to some one else
Expand Down Expand Up @@ -84,9 +86,6 @@ function copy_loop($start_path, $final_path){

_load_language_file("/website_code/php/properties/gift_this_template.inc");

include "../template_library.php";
include "../template_status.php";
include "../user_library.php";


if (!isset($_SESSION['toolkits_logon_id']))
Expand Down

0 comments on commit 1fe9646

Please sign in to comment.