How can i change the text on the log in panel
-
I have changed the text by going to the authgui.inc file and changing the line h2 class="panel-title"> i change the % % to what i want to see there and it works fine but after this change when i download an openvpn config file it is unable to be used or opened it i revert back to original authgui file everything works fine again when use open vpn files is there somewhere else i should be changing the name?
-
You have probably made an error in the format passed to sprintf. Post your modifications here or research PHP sprintf.
-
-
You should read http://php.net/manual/en/language.types.string.php
See what they tell about "Arnold" :
// Outputs: Arnold once said: "I'll be back" echo 'Arnold once said: "I\'ll be back"';
-
Thank you ill take a look
im new to this so ill do some reading and see what i can find
Thanks for the assistance
-
i noticed if i change the global.inc file update the name it will update the login text too but still the same issue with open vpn so i will see what i can find in that package