Ver Fonte

Add files via upload

Daniele Bonini (皮夕): WebDev and DevOps by lots of Simplicity bits há 3 anos atrás
pai
commit
cb519ee288
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      index.html
  2. 1 1
      index.php

+ 1 - 1
index.html

@@ -122,7 +122,7 @@
 	   As you are going to run Actitude in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
 	   <ol>
 	   <li>Check the permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
-	   <li>In the Repo path create a ".ACT_history" and ".ACT_captchahistory" files and give them the write permission.</li>
+	   <li>In the data path create a ".ACT_history" and ".ACT_captchahistory" files and give them the write permission.</li>
      <li>Finish to setup the configuration file apporpriately, in the specific:</li>
      <ul>
        <li>Configure the APP_USE and APP_CONTEXT appropriately.</li>

+ 1 - 1
index.php

@@ -647,7 +647,7 @@
 	   As you are going to run Actitude in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:<br>
 	   <ol>
 	   <li>Check the permissions of your "data" folder in your web app private path; and set its path in the config file.</li>
-	   <li>In the Repo path create a ".ACT_history" and ".ACT_captchahistory" files and give them the write permission.</li>
+	   <li>In the data path create a ".ACT_history" and ".ACT_captchahistory" files and give them the write permission.</li>
      <li>Finish to setup the configuration file apporpriately, in the specific:</li>
      <ul>
        <li>Configure the APP_USE and APP_CONTEXT appropriately.</li>