You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
$servername = "localhost"; // Dejar en localhost, si sabes lo que haces, cámbialo. / Keep it on localhost, if you know what are you doing, change it.
$username = "root"; // Nombre de usuario de la base de datos / Username's database.
$pw = ""; // Contraseña de la base de datos / Password's database.
$dbname = "gdps"; // Nombre de la base de datos / Database name.
$root = "http://localhost/AdminGDPS"; // Link web donde la herramienta AdminGDPS está. Ejemplo: http://gdpsjeffrey.7m.pl/AdminGDPS
// ^^ Web link where AdminGDPS tool is located. Example: http://gdpsjeffrey.7m.pl/AdminGDPS
// ^^^^^^^^^^^^^^ esto se usará para evitar errores al usar la barra de navegación.
// ^^^^^^^^^^^^^^ this will be used for avoiding errors by using the navbar.
// Lenguaje / Language
$lang = "ES"; // Change to "EN" if your language is English.
// Seguridad
$seguro = "lock"// Esta será una tipo contraseña, que se deberá poner la hacer acciones dentro de tu base de datos del servidor privado. Cuídala bien y compartela SÓLO con personas de TOTAL confianza.
// ^^^^ This will work like a password, which should be done doing actions within your private server database. Take good care of it and share it ONLY with people of TOTAL confidence.