Remove MaxProg Branding Version Number and Copyright Details

ajbicat

Member
How do I Remove MaxProg Branding Version Number and Copyright Details from all comms and web pages?

May I just change the following and change their $script_name, $script_version and $copyright values to a space " " in the lm.php file?

//-- INTERNAL PARAMETERS -------------------------------------------------------

$script_name = "Maxprog List Manager";
$script_version = "3.1.9";
$script_rev_date = "2018-02-22";
$copyright = "Copyright (c) 2008 - 2018";
$languages = array( 'en', 'fr', 'de', 'es', 'it', 'nl', 'cz', 'ru' );

$dec_quotes = ENT_COMPAT;
$dec_charset = "UTF-8";

$allowdups = 0; // Allow duplicate email addresses
$rowsperpage = 100; // Recipients per page when displaying a list thru the web interface

date_default_timezone_set( $default_time_zone ); // Set the time zone

// Get the request URI, the full URL with parameters
 

stanbusk

Administrator
Staff member
Yes, that's correct.

--
youtube_social_icon_white_17x12.png
Subscribe to our Youtube Channel and watch our tutorials!
Follow maxprog.com on Facebook | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 
Top