Sub Menu
Links Menu
Online Users

In total there are 311 users online :: 3 registered, 0 hidden and 308 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

set_config format question?

Any topics related to phpBB (non-IntegraMOD related)

Moderator: Integra Moderator

set_config format question?

PostAuthor: Blue-Blood » Tue May 03, 2011 12:49 pm

includes/acp/acp_mod.php?

What is the difference between this
Code: Select all
set_config('enable_mod', request_var('enable_mod', 0));

AND THIS
Code: Select all
               
$enable_mod = request_var('enable_mod', 0);
set_config('enable_mod', $enable_mod);


They both work...
Witch is best and why ether or?

Thanks

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 8:46 pm
Cash on hand: 0.00
Location: Louisville KY

Return to phpBB Related Topics

Who is online

Registered users: Bing [Bot], Google [Bot], Majestic-12 [Bot]