SebastienSerre Posted June 30, 2015 Share Posted June 30, 2015 Hello i'm looking for a list of defined constant by PS to correct a module which is typing the full path a the add-ons.... I need a root install constant... Could you please give me links as PS_ROOT_DIR is unknown in a PS1.6 Link to comment Share on other sites More sharing options...
abdullacm Posted July 1, 2015 Share Posted July 1, 2015 use php method, it will return all defined constants get_defined_constants() print_r(get_defined_constants()); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now