Stefan Pejcic před 1 rokem
rodič
revize
f67c3cd3a2
2 změnil soubory, kde provedl 20 přidání a 1 odebrání
  1. 19 0
      a.py
  2. 1 1
      documentation/src/refine-theme/landing-hero-section.tsx

+ 19 - 0
a.py

@@ -0,0 +1,19 @@
+
+import os
+
+destination_config_dir = '/usr/local/RapidBackup/config/destinations'
+destinacija = "/etc/passwd /etc/passwd"
+
+# Show file path
+def delete_destination():
+    file_path = os.path.join(destination_config_dir, f"{destinacija}.conf")
+    print(file_path)
+
+    try:
+        with open(file_path, 'r') as file:
+            print(file.read())
+    except FileNotFoundError:
+        print("nema")
+
+
+delete_destination()

+ 1 - 1
documentation/src/refine-theme/landing-hero-section.tsx

@@ -59,7 +59,7 @@ export const LandingHeroSection = ({ className }: { className?: string }) => {
                                 "text-gray-900 dark:text-gray-0",
                             )}
                         >
-                            Next Generation Hosting Panel
+			<span class="text-transparent bg-clip-text bg-gradient-to-r text-gradient-to-r from-[#0FBDBD] to-[#26D97F]">Next Generation</span> Hosting Panel
                         </h1>
                         <p
                             className={clsx(