Is it possible to view the Html code files for Osticket v1.17.4 version . Every files when downloaded the folder are in php. how can I access the html files?
amena
HTML is mixed with PHP in the PHP files. So to answer your question you look through the code for PHP files with HTML inside.
Cheers.
KevinTheJedi Thanks