Skip to content

Commit

Permalink
Should address issues reported in #602 for dev-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola authored and darksidemilk committed Aug 3, 2024
1 parent 561ecf7 commit b86acfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/common/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2400,6 +2400,9 @@ die();
chmod +rx $apacheerrlog
chmod +rx $apacheacclog
chown -R ${apacheuser}:${apacheuser} $webdirdest
touch $webdirdest/fog_login_accepted.log
touch $webdirdest/fog_login_failed.log
chown ${apacheuser}:${apacheuser} $webdirdest/fog_login_*.log
chmod 0200 $webdirdest/fog_login_*.log
errorStat $?
[[ -d /var/www/html/ && ! -e /var/www/html/fog/ ]] && ln -s "$webdirdest" /var/www/html/
Expand Down
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '1.5.10.47');
define('FOG_VERSION', '1.5.10.47.0');
define('FOG_SCHEMA', 271);
define('FOG_BCACHE_VER', 141);
define('FOG_CLIENT_VERSION', '0.13.0');
Expand Down

0 comments on commit b86acfb

Please sign in to comment.