Skip to content

Commit

Permalink
installation file
Browse files Browse the repository at this point in the history
  • Loading branch information
cubettech committed Feb 7, 2014
1 parent b7b4006 commit 7c3eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/install/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module.exports = function(app, sFolderPath, directory) {
db.authenticate(config.dbUser, config.dbPass, function(err, ress) {
insertdta(db_sample,db_name,dta,res,db, function(){
sio.sockets.emit('status_data', {
msg: 'New site Url Is '+base_url+":"+port,
msg: 'New site Url Is '+base_url,
last:true
});
});
Expand Down

0 comments on commit 7c3eb28

Please sign in to comment.