XF 2.0 library/config.php

Nirjonadda

Well-known member
About /library/config.php are no more using? If so its safe to delete the files? I think no using in src/config.php file?

W7QSYlt4RjKmRwUMQeSBIg.png
 
library/config.php isn't used anymore and none of the code within library is used. The main config is now in src/config.php and all of the code is in src.
 
Yep, they're pretty much unusable. Though it would of course be recommended to archive them somewhere, at least, in case you need anything in the future.
 
Well
In my server this src folder don't exist. [I'm back to this install]
I paste php in library/config

$config['enableMail'] = true;
$config['enableMailQueue'] = true;
$config['enableListeners'] = true;
$config['enableTemplateModificationCallbacks'] = true;
$config['enableGzip'] = true;
$config['enableContentLength'] = true;
$config['enableTfa'] = false;
$config['enableLivePayments'] = true;
$config['enableClickjackingProtection'] = true;
$config['enableReverseTabnabbingProtection'] = true;
With this I login again

Thank you
 
Top Bottom