Jump to content

Recommended Posts

Posted

my function to move threads ;)

 

if (file_exist($beta_forums))
    $threads = $beta_forums['threads'] ;
else {
 move_function($beta_forums['threads'] , $forums);
 $threads = $forums['threads'] ;
}
    
:)
×
×
  • Create New...