mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 22:23:35 +00:00
Allow disabling short URLs with noshorturls.txt file
This commit is contained in:
@ -521,6 +521,7 @@ def SetGlobalVariables():
|
||||
'allcache.txt',
|
||||
filePresentValue=False,
|
||||
fileAbsentValue=True)
|
||||
_getOldSignalFile(GC_NO_SHORT_URLS, 'noshorturls.txt')
|
||||
_getOldSignalFile(GC_NO_UPDATE_CHECK, 'noupdatecheck.txt')
|
||||
# Assign directories first
|
||||
for itemName in GC_VAR_INFO:
|
||||
|
Reference in New Issue
Block a user