Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I was just wondering how HESK determines the version I am currently running...
I have been doing custom modifications and updating HESK by using the changes file
I currently have 2.5.2, but it thinks I have 2.5.1. I want to upgrade to 2.5.3, but want to make sure I get the version number to show correctly beforehand
Is it a cosmetic thing or are some of the files not updated....
Reported HESK version wrong...
Moderator: mkoch227
Re: Reported HESK version wrong...
You will find version information at the bottom of hesk_settings.inc.php
If you manually do code changes you will indeed need to modify variable in the settings file.
If you manually do code changes you will indeed need to modify
Code: Select all
$hesk_settings['hesk_version']='2.5.x';
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Reported HESK version wrong...
Thank you! I was searching everywhere!Klemen wrote:You will find version information at the bottom of hesk_settings.inc.php
If you manually do code changes you will indeed need to modifyvariable in the settings file.Code: Select all
$hesk_settings['hesk_version']='2.5.x';