We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f39a5 commit 616fc5fCopy full SHA for 616fc5f
nodebb.php
@@ -5,7 +5,7 @@
5
*
6
* @version 1.0.0
7
* @license GPL-3.0
8
- * @link https://github.com/steveorevo/hestiacp-nodebb
+ * @link https://github.com/virtuosoft-dev/hcpp-nodebb
9
10
*/
11
@@ -65,7 +65,7 @@ public function setup( $args ) {
65
shell_exec( $cmd );
66
67
// Copy over nodebb core files
68
- $opt_nodebb = '/opt/nodebb/v2.8.10/nodebb';
+ $opt_nodebb = '/opt/nodebb/v3.1.4/nodebb';
69
$hcpp->copy_folder( $opt_nodebb, $nodebb_folder, $user );
70
71
// Copy over nodebb config files
0 commit comments