From 14ff870f2eb4d1fa50310a49916134fc28bf2c78 Mon Sep 17 00:00:00 2001 From: kistlak Date: Tue, 5 Oct 2021 22:35:17 +0530 Subject: [PATCH 1/2] footer updated --- Footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Footer.php b/Footer.php index f1e0a11..8804a05 100644 --- a/Footer.php +++ b/Footer.php @@ -28,7 +28,7 @@

- Copyright © 2018 Business Card Generator + Copyright © 2018 - 2021 Business Card Generator

From b54ec46740963311a501dda26849eaee95396e50 Mon Sep 17 00:00:00 2001 From: kistlak Date: Tue, 5 Oct 2021 23:07:06 +0530 Subject: [PATCH 2/2] card controller updated just for fun --- CardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CardController.php b/CardController.php index eb1319e..21189ee 100644 --- a/CardController.php +++ b/CardController.php @@ -21,7 +21,7 @@ public function show_info($name, $email, $web) $arrText = explode("\n", wordwrap($text, 20, "\n")); $im = @imagecreate(300, 150); //creates an image - $background_color = imagecolorallocate($im, 255, 255, 255); //sets image background color + $background_color = imagecolorallocate($im, 255, 255, 255); //sets image background color - just $y = 15; //vertical position of text foreach ($arrText as $arr) { $textclr = imagecolorallocate($im, 0, 0, 0); //sets text color