-
-
Notifications
You must be signed in to change notification settings - Fork 580
How to remove pH7CMS.com website on generated fake profiles
♚ PH⑦ de Soria™♛ edited this page May 4, 2019
·
6 revisions
From pH7Builder v14.0.0 to v15.1.0, the "https://ph7cms.com" website is automatically added to the generated fake profiles as a dummy (sample) data.
If you wish to get rid of it,
- You can edit the generated profiles easily (from Admin -> User/Admin -> Users -> Browse) and change/remove the website on the generated profiles OR
- You can comment this highlighted L159 line in _protected/app/system/modules/admin123/forms/processing/AddFakeProfilesFormProcess.php file.
P.S. Commenting a PHP line literally means adding //
at the beginning of the line. More info: https://www.php.net/manual/en/language.basic-syntax.comments.php