diff --git a/config/global.ini b/config/global.ini index 5bce7728..43b345b1 100755 --- a/config/global.ini +++ b/config/global.ini @@ -4,7 +4,7 @@ filePath = "/var/www/e59/" [social] discord = "https://discord.gg/K6WwKYR8EV" -instagram = "https://instagram.com/e59.velizy" +instagram = "https://instagram.com/e59.fr" linkedin = "https://linkedin.com/company/e59/" x = "https://twitter.com/e59_club" youtube = "https://www.youtube.com/@e59-club" @@ -23,7 +23,7 @@ secretKey = "6LeoNrMpAAAAAAqmZpuvcFwuRhglX0rkI2rcdvw9" pageTitle = "Association E59" pageName = "E59" headerTitle = "E59" -headerSubtitle = "Asso étudiante" +headerSubtitle = "Rassembler pour innover" footerText = "© Association E59 - v1.7" [darkThemes] diff --git a/html/editor/index.php b/html/editor/index.php index 79a0b17f..e6e3d5c9 100755 --- a/html/editor/index.php +++ b/html/editor/index.php @@ -101,7 +101,7 @@ if (isset($_FILES['miniature']) && $_FILES['miniature']['error'] == 0 && isset($ $imageInfo = getimagesize($tempImagePath); if ($imageInfo[2] === IMAGETYPE_PNG || $imageInfo[2] === IMAGETYPE_JPEG) { - $imageWidth = 500; + $imageWidth = 1000; $imageHeight = ($height / $width) * $imageWidth; $imageResized = imagecreatetruecolor($imageWidth, $imageHeight); $imageOriginal = imagecreatefromstring(file_get_contents($tempImagePath)); diff --git a/html/login/old/old-index2.php b/html/login/old/old-index2.php index 03b74353..623b6fb7 100644 --- a/html/login/old/old-index2.php +++ b/html/login/old/old-index2.php @@ -129,7 +129,7 @@ if (isset($_POST['username']) && isset($_POST['password'])) { textInput("password", "", "password", "Mot de Passe", ""); ?> - Continuer avec Google + Continuer avec Google