pk-fr / yakpro-po

YAK Pro - Php Obfuscator
http://www.php-obfuscator.com
Other
1.24k stars 350 forks source link

Include file to use constatnt #98

Closed ankitnetsol closed 2 years ago

ankitnetsol commented 2 years ago

Hello,

I have to create a constant file with the use of yakpro-po and include and use that file. So how can I use that file?

E.g.
test.php define('FORNT_APP_PATH', "google.com");

I have to use this FORNT_APP_PATH constant in another file So how can I use that.

Please give me a reply as soon as possible.

Thanks.

pk-fr commented 2 years ago

not a yakpro-po issue refer to your php manual

SooR commented 2 years ago

Hello,

I have to create a constant file with the use of yakpro-po and include and use that file. So how can I use that file?

E.g. test.php define('FORNT_APP_PATH', "google.com");

I have to use this FORNT_APP_PATH constant in another file So how can I use that.

Please give me a reply as soon as possible.

Thanks.

$FORNT_APP_PATH = constant('FORNT_APP_PATH');