hello, I have a problem, when I open install.php with Internet, I get an error, please help me?
<? php
/ **
* Front to the WordPress application. This file does not do anything, but loads
* Wp-blog-header.php Which does and tells WordPress to load the theme.
*
* @ Package WordPress
* /
/ **
* Tells WordPress to load the WordPress theme and output it.
*
* @ Var bool
* /
define ( 'WP_USE_THEMES', true);
/ ** Loads the WordPress Environment and Template * /
require ( '. / wp-blog-header.php');
?>
this is wrong, please help me and explain to me how to solve it, I'm new at this and not much.