Allow disabling short URLs with noshorturls.txt file

This commit is contained in:
Jay Lee
2020-05-13 13:00:51 -04:00
parent 1eb7ce3896
commit 32c02c36c9
3 changed files with 9 additions and 0 deletions

View File

@ -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: